home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Utilities / ReNamer 4.10 / ReNamer.exe / {app} / Help / styles.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-07-11  |  387 b   |  29 lines

  1. body, p, td {
  2.     font-family: Arial;
  3.     font-size: 12px;
  4. }
  5.  
  6. .title {
  7.     font-size: 16px;
  8.     font-weight: bold;
  9. }
  10.  
  11. .section {
  12.     color: blue;
  13.     font-size: 13px;
  14.     font-weight: bold;
  15.     font-style: italic;
  16.     margin: 20px 0px 10px 0px;
  17. }
  18.  
  19. .example {
  20.     margin-left: 30px;
  21. }
  22.  
  23. .example .item {
  24.     font-family: "Verdana";
  25.     font-size: 11px;
  26.     font-weight: bold;
  27.     padding-right: 10px;
  28. }
  29.